KsLogChannel.Index field
The index of an axis, input or output.
When Source is logUser
, Index is the adding order of UserVariable. For example:
.NET API
api.AddVariable("Temperature", KsLogDataType.logDouble);
api.AddVariable("Voltage", KsLogDataType.logDouble);
api.AddVariable("Warning", KsLogDataType.logDouble);
.NET Class
subsystem.AddDoubleVariable("Temperature");
subsystem.AddDoubleVariable("Voltage");
subsystem.AddDoubleVariable("Warning");
Index 0: Temperature
Index 1: Voltage
Index 2: Warning
NOTE: For UserVariable, this is only supported for KINGSTAR 4.3 and earlier versions.
Namespace: IntervalZero.KINGSTAR.Base
Assembly: IntervalZero.KINGSTAR.Base (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public int Index
Public Index As Integer
Field Value
Type: int
See also